@charset "utf-8";
/* CSS Document */


body, h1, h2, h3, h4, h5, h6, hr, p,
blockquote,dl, dt, dd, ul, ol, li,pre, 
form, fieldset, legend, button, input, textarea, 
th, td,img{
 border:medium none;
 margin: 0;
 padding: 0;
 }
body,button, input, select, textarea {
 font: 12px/1.5 '微软雅黑', Arial;
 }
body{
	background:url(../images/bodybg.jpg) repeat left 200px;
	}
em{font-style:normal;}
ul, ol { list-style: none; }
a { text-decoration: none; color:#333;}
a:hover { text-decoration: none; color:#007cba; }
img{ border:0px; display:block;}

#head{
	width:100%;
	height:auto;
	float:left;
	background:#fff;
	padding:20px 0;
	}
#head .top{
	width:1200px;
	height:auto;
	margin:0 auto;	
	}
#head .top .logo{
	width:auto;
	height:auto;
	float:left;
	}
#nav{
	width:auto;
	height:auto;
	float:right;
	padding-top:15px;
	}
#nav li{
	width:110px;
	height:35px;
	line-height:32px;
	text-align:center;
	float:left;
	font-size:16px;
	}
#nav li .active{
	width:100px;
	height:35px;
	background:#007cba;
	color:#fff;
	display:block;
	border-radius:20px;
	margin:0 auto;
	}
.main{
	width:1200px;
	height:auto;
	margin:0 auto;
	}
#banner{
	width:100%;
	height:auto;
	float:left;
	overflow:hidden;
	}
#banner img{
	width:100%;
	}
#foot{
	width:100%;
	height:auto;
	float:left;
	}
.foothead{
	width:100%;
	height:auto;
	float:left;
	background:rgba(0,124,186,0.8);
	padding:30px 0;
	}
.foothead li{
	width:300px;
	height:auto;
	float:left;
	box-sizing:border-box;
	background:url(../images/bui01_07.png) no-repeat 35px center;
	color:#fff;
	padding-left:80px;
	border-right:#6da9c6 1px solid;
	}
.foothead li:nth-child(2){
	background:url(../images/bui02_07.png) no-repeat 35px center;
	}
.foothead li:nth-child(3){
	background:url(../images/bui03_07.png) no-repeat 35px center;
	}
.foothead li:nth-child(4){
	background:url(../images/bui04_07.png) no-repeat 35px center;
	border:none;
	}
.footbottom{
	width:100%;
	height:auto;
	float:left;
	background:#464646;
	padding:15px 0;
	}
.footbottom .fleft{
	width:auto;
	height:auto;
	float:left;
	color:#999;
	}
.footbottom .fright{
	float:right;
	width:auto;
	}
.footbottom .fright a{
	width:auto;
	height:auto;
	float:left;
	border-left:rgba(255,255,255,0.3) 1px solid;
	color:#999;
	padding:0 15px;
	}
.piaofu{
	width:auto;
	height:auto;
	position:fixed;
	top:30%;
	z-index:9999;
	}
.piaofuui{
	width:40px;
	height:auto;
	position:absolute;
	left:0px;
	top:0px;
	}

.kefu{
	width:171px;
	height:329px;
	background:url(../images/pfimg02_05.png) no-repeat left top;
	position:absolute;
	top:150px;
	left:-171px;
	}
.kefu a{
	color:#fff;
	}
.kefu ul{
	padding:90px 0 0 5px;
	}
.kefu ul li{
	width:122px;
	height:30px;
	line-height:30px;
	color:#fff;
	float:left;
	background:url(../images/kfqq_03.png) no-repeat 10px center;
	padding-left:35px;
	box-sizing:border-box;
	margin-top:5px;
	}
.kefu ul li:hover{
	background:url(../images/kfqq_04.png) no-repeat 10px center #fff;
	border-radius:20px;
	color:#007cba;
	cursor:pointer;
	}
.kefu ul li:hover a{
	color:#007cba;
	}	
	
/*banner图样式*/
.swiper-container {
        width: 100%;
        height: 100%;
        
    }
    .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;
        
        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }
.swiper-slide img{
		width:100%;
		}
		
.fy{
	width:100%;
	}
.fy li {
    width: auto;
    height: auto;
    font-size: 14px;
    color: #666;
    margin:0 10px 0 0;
    border: #CCC solid 1px;
    text-decoration: none;
	float:left;
}
.fy a , strong{
	float:left;
	padding:5px 12px;
	background:#fff;
	box-shadow:0 0 2px rgba(0,0,0,0.2);
	}
.fy strong{
	background:#007cba;
	color:#fff;
	}
.fy .prev span, #fy .next span {
    display: block;
    background: #f4f4f4;
    float: left;
    padding: 5px 10px;
    color: #999;
    text-decoration: none;
}

.fy .curr span {
    background: #007cba;
    color: #fff;
    padding: 5px 10px;
    float: left;
    text-decoration: none;
}

.fy li a {
    float: left;
    padding: 5px 10px;
    color: #444;
    text-decoration: none;
}